STEP 4: Let's move our sprite down a little farther so it's standing on the sideline.

  • Change the number in the .move_down() command to 150 by typing directly into the code editor.

Make sure the number is surrounded by parentheses, like this: (150)

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("footballfield2") sprite = codesters.Sprite("cheerleader1") sprite.move_down(50)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)